Package-level declarations

Types

Link copied to clipboard
data class ComposableKeyInfo(val keyName: String, val composable: IrConstructorCall)

Holds information about the Composable function to be visited by the ComposeInvestigator.

Link copied to clipboard
class DurableComposableKeyAnalyzer(context: IrPluginContext, stabilityInferencer: StabilityInferencer, featureFlags: FeatureFlags = FeatureFlags()) : DurableKeyTransformer

Visitor that generates a ComposableKeyInfo and stores it in DurationWritableSlices.DURABLE_FUNCTION_KEY.

Link copied to clipboard

Same as ComposeWritableSlices.

Functions

Link copied to clipboard
operator fun <K : IrAttributeContainer, V> WeakBindingTrace.set(slice: WritableSlice<K, V>, key: K, value: V)